home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / htmled32.zip / HTMLED32.EXE / 0 / RCDATA / TFORMDESIGNER / TFORMDESIGNER.txt
Text File  |  1996-04-01  |  4KB  |  182 lines

  1. object FormDesigner: TFormDesigner
  2.   Left = 31
  3.   Top = 34
  4.   BorderStyle = bsDialog
  5.   Caption = 'Form Designer'
  6.   ClientHeight = 362
  7.   ClientWidth = 560
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   PixelsPerInch = 96
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 14
  18.     Top = 13
  19.     Width = 105
  20.     Height = 210
  21.     TabOrder = 0
  22.     object RadioButtonButton: TSpeedButton
  23.       Left = 5
  24.       Top = 54
  25.       Width = 94
  26.       Height = 20
  27.       AllowAllUp = True
  28.       GroupIndex = 1
  29.       Caption = 'RadioButton'
  30.       OnClick = CheckBoxButtonClick
  31.     end
  32.     object EditButton: TSpeedButton
  33.       Left = 6
  34.       Top = 6
  35.       Width = 93
  36.       Height = 20
  37.       AllowAllUp = True
  38.       GroupIndex = 1
  39.       Caption = 'Text'
  40.       OnClick = CheckBoxButtonClick
  41.     end
  42.     object MemoButton: TSpeedButton
  43.       Left = 6
  44.       Top = 78
  45.       Width = 93
  46.       Height = 20
  47.       AllowAllUp = True
  48.       GroupIndex = 1
  49.       Caption = 'TextArea'
  50.       OnClick = CheckBoxButtonClick
  51.     end
  52.     object CheckBoxButton: TSpeedButton
  53.       Left = 6
  54.       Top = 30
  55.       Width = 93
  56.       Height = 20
  57.       AllowAllUp = True
  58.       GroupIndex = 1
  59.       Caption = 'CheckBox'
  60.       NumGlyphs = 2
  61.       OnClick = CheckBoxButtonClick
  62.     end
  63.     object PasswordButton: TSpeedButton
  64.       Left = 6
  65.       Top = 102
  66.       Width = 93
  67.       Height = 21
  68.       AllowAllUp = True
  69.       GroupIndex = 1
  70.       Caption = 'Password'
  71.       OnClick = CheckBoxButtonClick
  72.     end
  73.     object SubmitButton: TSpeedButton
  74.       Left = 6
  75.       Top = 128
  76.       Width = 93
  77.       Height = 21
  78.       AllowAllUp = True
  79.       GroupIndex = 1
  80.       Caption = 'Submit'
  81.       OnClick = CheckBoxButtonClick
  82.     end
  83.     object ResetButton: TSpeedButton
  84.       Left = 6
  85.       Top = 154
  86.       Width = 93
  87.       Height = 21
  88.       AllowAllUp = True
  89.       GroupIndex = 1
  90.       Caption = 'Reset'
  91.       OnClick = CheckBoxButtonClick
  92.     end
  93.     object SelectButton: TSpeedButton
  94.       Left = 6
  95.       Top = 180
  96.       Width = 93
  97.       Height = 21
  98.       AllowAllUp = True
  99.       GroupIndex = 1
  100.       Caption = 'Select'
  101.       OnClick = CheckBoxButtonClick
  102.     end
  103.   end
  104.   object CreationArea: TScrollBox
  105.     Left = 130
  106.     Top = 12
  107.     Width = 333
  108.     Height = 337
  109.     TabOrder = 1
  110.     OnDragOver = CreationAreaDragOver
  111.     OnMouseDown = CreationAreaMouseDown
  112.   end
  113.   object OkButton: TBitBtn
  114.     Left = 474
  115.     Top = 154
  116.     Width = 77
  117.     Height = 27
  118.     TabOrder = 2
  119.     OnClick = OkButtonClick
  120.     Kind = bkOK
  121.   end
  122.   object BitBtn2: TBitBtn
  123.     Left = 474
  124.     Top = 186
  125.     Width = 77
  126.     Height = 27
  127.     TabOrder = 3
  128.     Kind = bkCancel
  129.   end
  130.   object PreviewButton: TBitBtn
  131.     Left = 474
  132.     Top = 122
  133.     Width = 77
  134.     Height = 27
  135.     Caption = '&Source'
  136.     TabOrder = 4
  137.     OnClick = PreviewButtonClick
  138.     Glyph.Data = {
  139.       78010000424D7801000000000000760000002800000020000000100000000100
  140.       04000000000000000000120B0000120B00000000000000000000000000000000
  141.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  142.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555550555
  143.       555555555555F55555555505555B0555570555F55557F55555F55B50555B0555
  144.       7B55575F5557F555575555B5055B5557B5555575F55755557555555B5550005B
  145.       55555557555FFF575555555555BBB0055555555555777FF5555555555BBBBB00
  146.       55555555577777FF55555000BBBBBBB050005FFF7777777F5FFFBBB5BBBBBBB0
  147.       BBB577757777777F77755555BBBBBBB55555555577777775555555555BBBBB55
  148.       55555555577777555555555705BBB55505555555F5777555F555557B5555055B
  149.       505555575555F5575F5557B5555B0555B50555755557F55575F55B55555B0555
  150.       5B5557555557F55557555555555B5555555555555557555555550000}
  151.     NumGlyphs = 2
  152.   end
  153.   object ClearButton: TBitBtn
  154.     Left = 27
  155.     Top = 252
  156.     Width = 76
  157.     Height = 27
  158.     Caption = '&Clear'
  159.     TabOrder = 5
  160.     OnClick = ClearButtonClick
  161.   end
  162.   object BitBtn1: TBitBtn
  163.     Left = 475
  164.     Top = 251
  165.     Width = 76
  166.     Height = 27
  167.     Caption = '&Reload'
  168.     TabOrder = 6
  169.     Visible = False
  170.     OnClick = BitBtn1Click
  171.   end
  172.   object BitBtn3: TBitBtn
  173.     Left = 474
  174.     Top = 218
  175.     Width = 77
  176.     Height = 27
  177.     TabOrder = 7
  178.     OnClick = BitBtn3Click
  179.     Kind = bkHelp
  180.   end
  181. end
  182.